home *** CD-ROM | disk | FTP | other *** search
- BitmapTest
- >Bitmaps, Device Contexts, Image and Picture Properties, Oh My!
- Form1,
- VB_Cls
- VB Cls -->
- VB_Cls
- VB Cls -->
- VB_Refresh
- VB Refresh -->
- VB_Refresh
- VB Refresh -->
- VB_LoadPic
- LoadPicture()...
- VB_LoadPic
- LoadPicture()...
- SavePic
- SavePicture()...
- SavePic
- SavePicture()...
- 3 Blt2Image
- BitBlt --> Image
- BitBlt_P1toP2
- >-- BitBlt -->
- GdiDraw_P1
- VB Draw Mode
- VB_Transfer_P1toP2
- >-- VB Transfer -->
- ToClip
- To Clipboard -->
- ToClip
- To Clipboard -->
- FromClip
- From Clipbrd -->
- FromClip
- From Clipboard -->
- HideShow
- Hide Picture -->
- HideShow
- Hide Picture -->
- Image2Picture
- Image-->Picture
- Image2Picture
- Image-->Picture
- AutoRedrawPic
- &AutoRedraw
- ColorSet
- Label1
- AutoRedrawPic
- &AutoRedraw
- ColorSet
- Label2
- PopOver
- Pop Over...
- Label3
- &Blt Mode:
- GDIRefresh
- &GDI Draw Auto-Refresh
- GDIRefresh
- &GDI Draw Auto-Refresh
- BltMode
- Frame1
- VB &Source
- SrcPicture
- .Picture
- SrcImage
- .Image
- Frame2
- VB &Destination
- DestPicture
- .Picture
- DestImage
- .Image
- I'VE HAD IT!
- Status
- Command4_Click
- P1_ClickQ
- Form_Click
- mFile_Click
- Command6_Clickg
- Command13_Click
- Form_Load
- Caption'
- Quit_Click
- Check1_Click;
- AutoRedrawP1_Click
- AutoRedrawP1
- ValueT
- AutoRedrawy
- AutoRedrawP2_Clickr
- AutoRedrawP2Q
- Command5_Click
- VB_Cls_P1_Click
- VB_Cls_P2_Click
- LoadPic_P1_Click
- Picture
- VB_Refresh_P1_Click
- Status+
- PopOver_Click=
- PopOverd
- MODELESS9
- MODAL*
- PopOverFormA
- P1_MouseDownO
- Button
- Shift
- P1_MouseUp
- False
- P1_MouseMove
- VB_Re_Click
- VB_Refresh_P2_Click
- BitBlt_P1toP2_Click"
- ResultU
- BitBlt
- ScaleMode
- ScaleWidthq
- ScaleHeight>
- SRCCOPYC
- Stretch1_Click#
- StretchBlt
- Stretch2_Click
- VB_Transfer_P1toP2_Click
- SrcPicture
- DestPicture
- Image
- GdiDraw_P1_Click
- ToClip_P1_ClickK
- ClipBoard
- ToClip_P2_Click
- FromClip_P1_Clicku
- FromClip_P2_Click
- LoadPic_P2_ClickG
- GDIDraw_P1
- SetPixel6
- MoveToc
- LineToY
- Command1_Click
- HideShow_Click
- IndexV
- HideShowx
- Visible
- VB_Cls_Click
- VB_Refresh_Click
- Refreshed
- VB_LoadPic_P1_ClickY
- VB_LoadPic_Click
- LoadPic_Click
- Able_Click
- Ablea
- Enabled
- Blt2Image_Click
- hScreenDC
- GDIRefreshp
- ModeC
- Image2Picture_Click
- BltMode/
- ListIndex
- SRCPAINT
- SRCAND
- SRCINVERT
- SRCERASE
- NOTSRCCOPY
- NOTSRCERASE
- MERGECOPY
- MERGEPAINT
- PATCOPY
- PATPAINT
- PATINVERT
- DSTINVERT
- BLACKNESS
- WHITENESS
- BltModeArray$
- AutoRedrawPic_Click
- ColorSet_Click
- ColorSet
- ColorWidth
- ColorWid_
- ColorHgtJ
- AutoRedrawPic
- VB_Cls
- VB_LoadPic!
- VB_Refresh
- Image2Picture@
- Blt2Image
- ToClip_Click
- FromClip_Clicko
- endiuf
- ToClip
- FromClip
- Width0
- ColorSetText{
- P1BGScrl
- P1FGScrl
- ForeColor
- BackI
- BackColor(
- BitBlt_P1toP2
- VB_Transfer_P1toP2
- FullName
- ThePattern
- FormTitle
- FOpenFormR
- Title
- Change
- empty
- reason
- SavePic_Click
- -- drawing on or off
- -- GDI=TRUE if drawing with GDI calls otherwise with VB methods
- Quit_Click
- PopOver_Click
- P1_MouseDown
- -- set the pixel to black
- -- move the current position for later LineTo'sa
- GDI Draw Started in P1
- VB Draw Started in P1"
- P1_MouseUp
- GDI Draw Stopped in P1
- VB Draw Stopped in P1"
- P1_MouseMove
- BitBlt_P1toP2_Click
- -- BitBlt the entire area of P1 to P2t
- P1 BitBltted to P2
- -- if the GDIRefresh box is checked, then refresh P2
- VB_Transfer_P1toP2_Click
- P2.Picture = P1.Picture"
- P2.Picture = P1.Image"
- GdiDraw_P1_Click
- VB Draw Mode
- Now in VB Draw Mode"
- GDI Draw Mode"
- Now in GDI Draw Mode
- Form_Load
- -- move the form to the upper left
- -- load the Blt Raster-OPs into the combo box for selectionn
- SrcCopy"
- SrcPaint
- SrcAND
- SrcInvert"
- SrcErase
- NOTSrcCopy
- NOTSrcErase"
- MergeCopy
- MergePaint
- PatCopy
- PatPaint
- PatInvert
- DstInvert"
- Blackness"
- Whiteness"
- -- Pixels
- HideShow_Click
- Hide Picture -->
- Show Picture -->
- Hidden
- -- it's already hidden and we'll be showing it
- Hide Picture -->
- Visible"
- -- change P1's visible propertyp
- P1 is now
- P2 is now
- VB_Cls_Click
- Picture
- CLSed
- VB_Refresh_Click
- Refreshed
- VB_LoadPic_Click
- Before calling FOPEN.FRM we can specify a new pattern
- (ThePattern) a new path (ThePath) and a different
- Form Title. Change FullName to an empty string.
- -- we want to load either BMPs or WMFs, ICOs can't be used
- *.BMP;*.WMF"
- LoadPicture() Selection"
- We want to show the form Modal and Unload it after completion
- (no reason to waste resources). Since the variables aree
- global, we can unload it without worrying about referencing
- properties in an unloaded form, which would cause it to reload
- CANCEL
- -- note that if no filename was selected, FullName willl
- be null, which is OK with us because it'll mean thatt
- we should just do a LoadPicture()
- .Picture=LoadPicture()
- Blt2Image_Click
- BitBlt Screen to Image [from Keith Funk (72240,2020)]
- point to hDC of screen.F
- save it.
- point to hDC of Image.
- get hDC of Screen.
- point to hDC of Image.
- P1 BitBltted to Itself
- -- check if we should auto refresh after the bitbltt
- Image2Picture_Click
- .Picture="
- .Image
- AutoRedrawPic_Click
- ColorSet_Click
- ToClip_Click
- -- copy the .Picture property to the ClipBoard
- ClipBoard=P1.Picture
- -- copy the .Image property to the ClipBoard
- ClipBoard=P1.Image
- -- copy the .Picture property to the ClipBoard
- ClipBoard=P2.Picture
- -- copy the .Image property to the ClipBoard
- ClipBoard=P2.Image
- FromClip_Click
- P1.Picture=ClipBoard
- P2.Picture=ClipBoard
-